home *** CD-ROM | disk | FTP | other *** search
/ Agent Central Host Computer / Agent - Central Host Computer.iso / _SETUP.1 / rptnames.ctl < prev    next >
Text File  |  2000-05-12  |  770b  |  28 lines

  1. -- RCSVER $Id: rptnames.ctl,v 1.1 2000-05-03 12:29:20-05 randy Exp $ */
  2. -- *************************************************************************
  3. --        Copyright (C) 1999, Agent Systems, Inc. All Rights Reserved.
  4. --
  5. -- Name:        rptnames.ctl
  6. -- Date:         04/27/2000
  7. -- memo:        Randy Wood
  8. -- Description:    Load the data for the rptnames table.
  9. -- Changes:
  10. -- *********************************************************************** */
  11. LOAD DATA
  12. INFILE *
  13. INTO TABLE rptnames
  14. fields terminated by "|"
  15. trailing nullcols
  16. (
  17.     report_indx,
  18.     report_name,
  19.     short_name,
  20.     is_customizable,
  21.     max_columns
  22. )
  23. begindata
  24. 1|Survey By Route|SURVRR|1|4|
  25. 2|Survey Detail Summary|SURVDETSUM|1|12|
  26. 3|Survey Detail|SURVDET|1|12|
  27. 4|Survey By Route Summary|SURVRRSUM|1|4|
  28.